home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / auror300.zip / BOOKLIST.DOX < prev    next >
Text File  |  1996-07-17  |  834b  |  34 lines

  1.  
  2.   BOOKLIST.AML
  3.   List all Bookmarks 
  4.  
  5.   This macro lists all bookmarks in the current edit session. For each
  6.   bookmark, the following data is displayed:
  7.  
  8.     - bookmark name
  9.     - filename containing the bookmark
  10.     - bookmark column
  11.     - bookmark line
  12.     - text at the bookmark location
  13.  
  14.   A menu is also displayed which allows you to goto a bookmark, delete a
  15.   bookmark, and delete all bookmarks.
  16.  
  17.   Note: this macro will not handle bookmark names longer than 9 chars.
  18.  
  19.  
  20.   Keys:
  21.   ────
  22.   <enter>            // goto bookmark
  23.   <del>              // delete bookmark
  24.   <ctrl d>           // delete all bookmarks
  25.   <esc>              // exit
  26.   <up>, <down>       // move cursor
  27.   <left>, <right>    // scroll left, right
  28.  
  29.   Mouse:
  30.   ─────
  31.   Single Click on:
  32.     bookmark         // goto bookmark
  33.  
  34.